object frmConfig: TfrmConfig Left = 375 Top = 110 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'DeltaCalendar' ClientHeight = 249 ClientWidth = 441 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object btnOk: TButton Left = 176 Top = 216 Width = 81 Height = 25 Caption = 'Ok' Default = True TabOrder = 0 OnClick = btnOkClick end object btnCancel: TButton Left = 264 Top = 216 Width = 81 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = btnCancelClick end object btnApply: TButton Left = 352 Top = 216 Width = 81 Height = 25 Caption = 'Apply' TabOrder = 2 OnClick = btnApplyClick end object pgcConfiguration: TPageControl Left = 8 Top = 8 Width = 425 Height = 201 ActivePage = tbsAbout TabIndex = 3 TabOrder = 3 TabWidth = 100 object tbsOptions: TTabSheet Caption = 'General' object lblLanguage: TLabel Left = 288 Top = 126 Width = 54 Height = 14 Caption = 'Language :' end object lblDateFormat: TLabel Left = 288 Top = 69 Width = 62 Height = 14 Caption = 'Date format :' end object lblWeekStart: TLabel Left = 288 Top = 6 Width = 90 Height = 14 Caption = 'Start of the week :' end object chkAutorun: TCheckBox Left = 8 Top = 16 Width = 265 Height = 17 Caption = 'Display the calendar on Windows startup.' TabOrder = 0 end object chkAutoUpdate: TCheckBox Left = 8 Top = 40 Width = 265 Height = 17 Caption = 'Look for update automaticly.' TabOrder = 1 end object chkAlwaysOnTop: TCheckBox Left = 8 Top = 64 Width = 265 Height = 17 Caption = 'Calendar is always on top.' TabOrder = 2 end object chkWeekdays: TCheckBox Left = 8 Top = 88 Width = 265 Height = 17 Caption = 'Show week days.' TabOrder = 3 end object chkWeekNumbers: TCheckBox Left = 8 Top = 112 Width = 265 Height = 17 Caption = 'Show week numbers.' TabOrder = 4 end object chkTodaysMemo: TCheckBox Left = 8 Top = 136 Width = 265 Height = 17 Caption = 'Show today'#39's memo.' TabOrder = 5 end object cmbLanguages: TComboBox Left = 288 Top = 142 Width = 121 Height = 22 Style = csDropDownList ItemHeight = 14 TabOrder = 6 end object cmbDateFormat: TComboBox Left = 288 Top = 86 Width = 121 Height = 22 Style = csDropDownList ItemHeight = 14 ItemIndex = 0 TabOrder = 7 Text = 'Short' Items.Strings = ( 'Short' 'Long') end object cmbWeekStart: TComboBox Left = 288 Top = 22 Width = 121 Height = 22 Style = csDropDownList ItemHeight = 14 ItemIndex = 0 TabOrder = 8 Text = 'Monday' Items.Strings = ( 'Monday' 'Tuesday' 'Wednesday' 'Thursday' 'Friday' 'Saturday' 'Sunday') end end object tbsDisplay: TTabSheet Caption = 'Display' ImageIndex = 1 object lblScheme: TLabel Left = 8 Top = 64 Width = 45 Height = 14 Caption = 'Scheme :' end object lblItem: TLabel Left = 8 Top = 4 Width = 78 Height = 14 Caption = 'Zone to modify :' end object cmbSchemes: TComboBox Left = 8 Top = 80 Width = 169 Height = 22 AutoComplete = False Style = csDropDownList ItemHeight = 14 TabOrder = 0 OnSelect = cmbSchemesSelect end object cmbZone: TComboBox Left = 8 Top = 20 Width = 169 Height = 22 AutoComplete = False Style = csDropDownList ItemHeight = 14 ItemIndex = 0 TabOrder = 1 Text = 'Calendar' OnSelect = cmbZoneSelect Items.Strings = ( 'Calendar' 'Date (Title)' 'Week days and numbers' 'Days of the month' 'Weekends' 'Today' 'Days with memos' 'Today'#39's memo') end object ValueList: TValueListEditor Left = 184 Top = 8 Width = 225 Height = 157 DefaultColWidth = 100 DefaultDrawing = False DisplayOptions = [doAutoColResize, doKeyColFixed] Strings.Strings = ( 'Font=Arial' 'Size=10' 'Text=Standard' 'Text color=000,000,000' 'Effect=None' 'Effect color=000,000,000' 'Back=None' 'Back color=000,000,000' 'Frame=None' 'Frame color=000,000,000' 'Padding=0' 'Spacing=0') TabOrder = 2 OnDrawCell = ValueListDrawCell OnEditButtonClick = ValueListEditButtonClick OnSelectCell = ValueListSelectCell OnStringsChange = ValueListStringsChange ColWidths = ( 100 103) end object btnExportScheme: TButton Left = 8 Top = 140 Width = 81 Height = 25 Caption = 'Export...' TabOrder = 3 OnClick = btnExportSchemeClick end object btnImportScheme: TButton Left = 96 Top = 140 Width = 81 Height = 25 Caption = 'Import...' TabOrder = 4 OnClick = btnImportSchemeClick end object btnSaveScheme: TButton Left = 8 Top = 108 Width = 81 Height = 25 Caption = 'Save...' TabOrder = 5 OnClick = btnSaveSchemeClick end object btnDeleteScheme: TButton Left = 96 Top = 108 Width = 81 Height = 25 Caption = 'Delete' TabOrder = 6 OnClick = btnDeleteSchemeClick end end object tbsMemos: TTabSheet Caption = 'Memos' ImageIndex = 2 object stgMemos: TStringGrid Left = 96 Top = 8 Width = 313 Height = 157 ColCount = 3 DefaultColWidth = 80 DefaultRowHeight = 18 FixedCols = 0 RowCount = 2 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goColSizing, goRowSelect, goThumbTracking] TabOrder = 0 OnDblClick = stgMemosDblClick ColWidths = ( 69 161 59) end object btnRemoveMemo: TButton Left = 8 Top = 72 Width = 81 Height = 25 Caption = 'Remove' TabOrder = 1 OnClick = btnRemoveMemoClick end object btnAddMemo: TButton Left = 8 Top = 8 Width = 81 Height = 25 Caption = 'Add...' TabOrder = 2 OnClick = btnAddMemoClick end object btnModifyMemo: TButton Left = 8 Top = 40 Width = 81 Height = 25 Caption = 'Modify...' TabOrder = 3 OnClick = btnModifyMemoClick end object btnExportMemo: TButton Left = 8 Top = 108 Width = 81 Height = 25 Caption = 'Export...' TabOrder = 4 OnClick = btnExportMemoClick end object btnImportMemo: TButton Left = 8 Top = 140 Width = 81 Height = 25 Caption = 'Import...' TabOrder = 5 OnClick = btnImportMemoClick end end object tbsAbout: TTabSheet Caption = 'About' ImageIndex = 3 object lblVersion: TLabel Left = 97 Top = 36 Width = 46 Height = 16 Caption = 'version' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object lblName: TLabel Left = 96 Top = 8 Width = 185 Height = 32 Caption = 'DeltaCalendar' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object lblWebsite: TLabel Left = 280 Top = 140 Width = 133 Height = 14 Cursor = crHandPoint Alignment = taRightJustify Caption = 'http://www.marcandre.info' Font.Charset = DEFAULT_CHARSET Font.Color = clHighlight Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsUnderline] ParentFont = False OnClick = lblWebsiteClick end object lblCopyright: TLabel Left = 232 Top = 156 Width = 181 Height = 14 Alignment = taRightJustify Caption = 'Copyright 2005 Marc-Andr'#233' Lamothe.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Panel1: TPanel Left = 8 Top = 8 Width = 81 Height = 81 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 0 object imgIcon: TImage Left = 0 Top = 0 Width = 77 Height = 77 AutoSize = True Picture.Data = {} end end end end object ColorDialog: TColorDialog Ctl3D = True Options = [cdFullOpen] Left = 8 Top = 216 end object OpenDialog: TOpenDialog DefaultExt = '.dat' Filter = 'Calendar data file (*.dat)|*.dat' Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing, ofDontAddToRecent] Left = 40 Top = 216 end object SaveDialog: TSaveDialog DefaultExt = '.dat' Filter = 'Calendar data file (*.dat)|*.dat' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofCreatePrompt, ofEnableSizing] Left = 72 Top = 216 end end